home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / techplt1 / tpsheet6.hlp < prev    next >
Text File  |  1992-09-20  |  3KB  |  124 lines

  1. ** File: TPSheet6.hlp
  2. ** Index: 26
  3.  
  4. ** Sheet View's Math Menu Commands
  5.  
  6.  
  7. █  Math menu
  8.  
  9.     This menu contains commands that
  10. perform advance mathematical calculations.
  11. These calculations include interpolation,
  12. curve fitting, data smoothing, digital
  13. filtering and many more.
  14.  
  15.  
  16. █  Interpolation
  17.     See TpSht_01.hlp (Index 40).
  18.  
  19. █  Fitting
  20.     See TpSht_01.hlp (Index 40).
  21.  
  22. █  Fourier Transform
  23.     See TpSht_02.hlp (Index 41).
  24.  
  25. █  Windowing
  26.     See TpSht_02.hlp (Index 41).
  27.  
  28. █  Filtering
  29.     See TpSht_03.hlp (Index 42).
  30.  
  31. █  Smoothing
  32.     See TpSht_03.hlp (Index 42).
  33.  
  34.  
  35. █  Transformation
  36.  
  37.     The Math | Transformation command lets
  38. you perform mathematical transformation of
  39. columns.  This command displays the
  40. Transformation dialog box.  The
  41. Transformation dialog box contains the
  42. following fields:
  43.  
  44.   Formula:  Enter the transformation
  45.     formula. The syntax for equation input
  46.     is described in Section 6.4.2 and
  47.     Section 6.6.
  48.   IndColumn List:  List of columns of the
  49.     data sheet.  Use this to select all
  50.     columns that are used in the
  51.     transformation.
  52.   DesCol Pos:  Set the destination column
  53.     position.
  54.  
  55.     In the function string, the left side
  56. of the '=' is the column name to be used
  57. to store data after transformation.  All
  58. the variables on the right side of '='
  59. (independent variables) must be a column
  60. name which already exist in the current
  61. data sheet.  
  62.  
  63. Note: You need to mark all the independent
  64. variables in the column list.  This is to
  65. declare independent variables you want to
  66. use for the transformation.
  67.  
  68.  
  69. █  Differential
  70.  
  71.     This command takes the numerical
  72. derivative of one column with respect to
  73. another column.
  74.  
  75.  
  76. █  Integral
  77.  
  78.     Calculate the numerical integral of
  79. two columns.  This can be used to compute
  80. the area under a curve.
  81.  
  82.  
  83. █  Special
  84.  
  85.     Under this menu, there are three
  86. special mathematical calculations:
  87.  
  88. █  Histogram
  89.  
  90.     This command lets you create histogram
  91.   data based on a column of data.
  92.   Histogram data is created based on
  93.   experimental data.  The X axis of a
  94.   histogram shows the range of values of
  95.   the experiment.  The Y axis of the
  96.   histogram shows how many times each of
  97.   the value occurs.  The number of
  98.   intervals for the X axis is specified in
  99.   the Create Histogram Data dialog box by
  100.   the value field IntvlNum.
  101.  
  102. █  3D Histogram
  103.  
  104.     This command displays the Create 3D
  105.   Histogram Data dialog box. A 3D histogram
  106.   data is created based on experimental
  107.   data with pairs of (X,Y) values.  The X
  108.   axis of a 3D histogram shows the range of
  109.   X-values of the experiment and the Y axis
  110.   of a 3D histogram shows the range of
  111.   Y-values of the experiment.  The Z axis
  112.   of the 3D histogram shows how many times
  113.   each of the (X,Y) value occurs.  The
  114.   numbers of intervals for X and Y axes are
  115.   specified in the Create 3D Histogram Data
  116.   dialog box by the value fields xMeshNum
  117.   and yMeshNum.
  118.  
  119. █  3D Mesh Data
  120.  
  121.     This command creates 3D mesh data using
  122.   the inverse distance weighting method for
  123.   xyz-triplet scattered data.
  124.